Apache Qpid : Qpid Java Run Scripts
This page last changed on Apr 06, 2007 by mmccorma.
Qpid Java Broker Run ScriptsThe following scripts are used to run the Qpid broker: qpid-server These scripts are described in more detail below. qpid-serverOverviewThis script starts the Qpid Java Broker on Linux/Solaris/Cygwin platforms. It is extremely simple, delegating the real work to the qpid-run script. In fact, all it really provides is the main class to execute and passes through any command line arguments to qpid-run i.e. . qpid-run org.apache.qpid.server.Main "$@" qpid-server.batOverviewThis script starts the Qpid Java Broker on Windows platforms. It provides a limited version of the qpid-run functionality, though is not nearly as sophisticated i.e. does not support run arguments or the full set of argument variables. However, it does support the following features:
Note that a JIRA exists for enhancing the features this script supports http://issues.apache.org/jira/browse/QPID-168 qpid-runOverviewThe qpid-run script allows the calling program to run any given command, and provides a flexible surround supporting configurable runtime arguments for the script itself, the broker and java arguments. Environment Variables and DefaultingThe variables noted below are used by the qpid-run script. Any default value used if not specified is noted below.
Run ArgumentsYou can provide run arguments to the qpid-run script using the syntax -run:argument The table below provides details of the available arguments.
|
Document generated by Confluence on Apr 22, 2008 02:47 |